projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc7f7d
)
(gnus-summary-insert-pseudos-xemacs): Fix error format string.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:15:52 +0000
(23:15 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:15:52 +0000
(23:15 +0000)
lisp/gnus-ems.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-ems.el
b/lisp/gnus-ems.el
index 34c923974d6b5bd03eb9fbe58df71e017d51602e..fd7cf7e0297e5a7448ea1e4c76884e53a9985838 100644
(file)
--- a/
lisp/gnus-ems.el
+++ b/
lisp/gnus-ems.el
@@
-364,7
+364,7
@@
NOTE: This command only works with newsgroups that use real or simulated NNTP."
(article (gnus-summary-article-number))
b)
(or (gnus-summary-goto-subject article)
- (error
(format "No such article: %d" article)
))
+ (error
"No such article: %d" article
))
(or gnus-newsgroup-headers-hashtb-by-number
(gnus-make-headers-hashtable-by-number))
(gnus-summary-position-cursor)